projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519066d
)
Doc fix.
author
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 04:27:16 +0000
(
04:27
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 04:27:16 +0000
(
04:27
+0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index d6b9468cae474b22822a6904a3eea7fc361a47e7..6f3cd35b87284fe476382adcec46e39bb2b3367d 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-75,9
+75,9
@@
Lisp_Object Vfunction_key_map;
Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii;
-/* A char
over 0200 in a key sequence
- i
s equivalent to prefixing with this character. */
-
+/* A char
with the CHAR_META bit set in a vector or the 0200 bit set
+ i
n a string key sequence is equivalent to prefixing with this
+ character. */
extern Lisp_Object meta_prefix_char;
void describe_map_tree ();